C1.LiveLinq.Indexing Namespace > Index<T,TKey> Class : GroupJoin Method |
Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection.
Implements IIndexScanner(T,TKey).GroupJoin
Overload | Description |
---|---|
GroupJoin<T2,TResult>(IIndexScanner<T2,TKey>,Func<T,IEnumerable<T2>,TResult>) | Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection. Implements IIndexScanner(T,TKey).GroupJoin |
GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,TKey>,Func<IEnumerable<T>,T2,TResult>) | Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence. Implements IIndexScanner(T,TKey).GroupJoin |
GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,TKey>,Func<T,IEnumerable<T2>,TResult>) | Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of this collection. Implements IIndexScanner(T,TKey).GroupJoin |
GroupJoin<T2,TResult>(IIndexScanner<T2>,Func<T,IEnumerable<T2>,TResult>) | Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection. Implements IIndexScanner(T).GroupJoin (Inherited from C1.LiveLinq.Indexing.Index<T>) |
GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,Object>,Func<IEnumerable<T>,T2,TResult>) | Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence. Implements IIndexScanner(T).GroupJoin (Inherited from C1.LiveLinq.Indexing.Index<T>) |
GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,Object>,Func<T,IEnumerable<T2>,TResult>) | Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of this collection. Implements IIndexScanner(T).GroupJoin (Inherited from C1.LiveLinq.Indexing.Index<T>) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2